Einhugur Word Plugin for Xojo

Paragraph.AppendTimeField Method

Appends time field into the paragraph.

AppendTimeField(
   hours as Integer,
   minutes as Integer,
   seconds as Integer) as EinhugurWord.Run

Parameters

hours
Hours.
minutes
Minutes.
seconds
Seconds.

Returns

EinhugurWord.Run
Appending time field generates complex run which consists of 5 runs. The run that is returned is the run which contains the text element of the field.

Remarks

See Also

Paragraph Class